Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-18810: app naming updated, it contains now versions of core/pro liquibase and extension version also. #595

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SvampX
Copy link

@SvampX SvampX commented Jan 23, 2025

No description provided.

@SvampX
Copy link
Author

SvampX commented Jan 28, 2025

Updated AppName:

Screenshot 2025-01-28 at 11 01 02

@SvampX
Copy link
Author

SvampX commented Jan 28, 2025

Also works for commercial with dependency on current branches artifact:
Screenshot 2025-01-28 at 11 38 28

boolean isCommercial = model.getArtifactId().contains("commercial");
String buildVersion = LiquibaseUtil.getBuildVersion();
String extVersion = model.getVersion();
String appType = isCommercial ? "PRO" : "OSS";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think appType should depend on a license check

@filipelautert filipelautert self-requested a review January 28, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants